• Home
  • Raw
  • Download

Lines Matching refs:createBitCast

862 		return createBitCast(  in createLoad()
865 …createLoad(createBitCast(ptr, Pointer<Long>::type()), Long::type(), isVolatile, alignment, atomic,… in createLoad()
873 …Value *i = createLoad(createBitCast(ptr, Pointer<Int>::type()), Int::type(), isVolatile, alignment… in createLoad()
876 return createBitCast(v, type); in createLoad()
947createBitCast(value, T(llvm::VectorType::get(T(Long::type()), 2, false))), Long::type(), 0), in createStore()
948 createBitCast(ptr, Pointer<Long>::type()), in createStore()
956 createExtractElement(createBitCast(value, Int4::type()), Int::type(), 0), in createStore()
957 createBitCast(ptr, Pointer<Int>::type()), in createStore()
1272 return createBitCast( in createGEP()
1273 …V(jit->builder->CreateGEP(T(Byte::type()), V(createBitCast(ptr, T(llvm::PointerType::get(T(Byte::t… in createGEP()
1439 Value *Nucleus::createBitCast(Value *v, Type *destType) in createBitCast() function in rr::Nucleus
1448 Value *writeAddress = createBitCast(readAddress, T(llvm::PointerType::get(V(v)->getType(), 0))); in createBitCast()
1456 Value *readAddress = createBitCast(writeAddress, T(llvm::PointerType::get(T(destType), 0))); in createBitCast()
1982 Value *short8 = Nucleus::createBitCast(cast.value(), Short8::type()); in Short4()
2516 Value *a = Nucleus::createBitCast(cast.value(), Byte16::type()); in Int4()
2520 Value *c = Nucleus::createBitCast(b, Short8::type()); in Int4()
2531 Value *a = Nucleus::createBitCast(cast.value(), Byte16::type()); in Int4()
2535 Value *c = Nucleus::createBitCast(b, Short8::type()); in Int4()