H A D | LLVMReactor.cpp | 900 return createBitCast( in createLoad() 903 createLoad(createBitCast(ptr, Pointer<Long>::type()), Long::type(), isVolatile, alignment, atomic, memoryOrder), in createLoad() 911 Value *i = createLoad(createBitCast(ptr, Pointer<Int>::type()), Int::type(), isVolatile, alignment, atomic, memoryOrder); in createLoad() 914 return createBitCast(v, type); in createLoad() 986 createBitCast(value, T(llvm::VectorType::get(T(Long::type()), 2, false))), Long::type(), 0), in createStore() 987 createBitCast(ptr, Pointer<Long>::type()), in createStore() 995 createExtractElement(createBitCast(value, Int4::type()), Int::type(), 0), in createStore() 996 createBitCast(ptr, Pointer<Int>::type()), in createStore() 1312 return createBitCast( in createGEP() 1313 V(jit->builder->CreateGEP(T(Byte::type()), V(createBitCast(pt in createGEP() 1479 Value *Nucleus::createBitCast(Value *v, Type *destType) createBitCast() function in rr::Nucleus [all...] |