Home | History | Annotate | Download | only in CodeGen

Lines Matching full:intvalue

913   llvm::Value *intValue;
920 intValue = value;
925 intValue = Builder.CreatePtrToInt(value, inputIntTy);
927 intValue = Builder.CreateBitCast(value, inputIntTy);
938 intValue = Builder.CreateAlignedLoad(addr,
944 llvm::StoreInst *store = Builder.CreateStore(intValue, addr);