Searched refs:CreateStore (Results 51 - 57 of 57) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h908 CGF.Builder.CreateStore(TempAddr.getPointer(), Temp);
4684 CGF.Builder.CreateStore(value, alloca);
H A DCGClass.cpp2519 llvm::StoreInst *Store = Builder.CreateStore(VTableAddressPoint, VTableField);
H A DCGExprScalar.cpp2433 Builder.CreateStore(True, LV.getAddress(CGF), LV.isVolatileQualified())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp209 StoreInst *S = Builder.CreateStore(L, Dest);
281 StoreInst *S = Builder.CreateStore(ConstantInt::get(ITy, Fill), Dest,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h1635 StoreInst *CreateStore(Value *Val, Value *Ptr, bool isVolatile = false) { function in class:llvm::IRBuilderBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3508 return wrap(unwrap(B)->CreateStore(unwrap(Val), unwrap(PointerVal)));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3145 StoreInst *SI = cast<StoreInst>(QB.CreateStore(QPHI, Address));

Completed in 147 milliseconds

123