Lines Matching refs:createBitCast

869 			return createBitCast(  in createLoad()
872 …createLoad(createBitCast(ptr, Pointer<Long>::type()), Long::type(), isVolatile, alignment, atomic,… in createLoad()
880 …Value *i = createLoad(createBitCast(ptr, Pointer<Int>::type()), Int::type(), isVolatile, alignment… in createLoad()
883 return createBitCast(v, type); in createLoad()
955createBitCast(value, T(llvm::VectorType::get(T(Long::type()), 2, false))), Long::type(), 0), in createStore()
956 createBitCast(ptr, Pointer<Long>::type()), in createStore()
964 createExtractElement(createBitCast(value, Int4::type()), Int::type(), 0), in createStore()
965 createBitCast(ptr, Pointer<Int>::type()), in createStore()
1281 return createBitCast( in createGEP()
1282 …V(jit->builder->CreateGEP(V(createBitCast(ptr, T(llvm::PointerType::get(T(Byte::type()), 0)))), V(… in createGEP()
1403 Value *Nucleus::createBitCast(Value *v, Type *destType) in createBitCast() function in rr::Nucleus
1412 Value *writeAddress = createBitCast(readAddress, T(llvm::PointerType::get(V(v)->getType(), 0))); in createBitCast()
1420 Value *readAddress = createBitCast(writeAddress, T(llvm::PointerType::get(T(destType), 0))); in createBitCast()
1950 Value *short8 = Nucleus::createBitCast(cast.value(), Short8::type()); in Short4()
2492 Value *a = Nucleus::createBitCast(cast.value(), Byte16::type()); in Int4()
2496 Value *c = Nucleus::createBitCast(b, Short8::type()); in Int4()
2516 Value *a = Nucleus::createBitCast(cast.value(), Byte16::type()); in Int4()
2520 Value *c = Nucleus::createBitCast(b, Short8::type()); in Int4()