Home
last modified time | relevance | path

Searched refs:CreateAlignmentAssumption (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DIRBuilder.cpp1279 CallInst *IRBuilderBase::CreateAlignmentAssumption(const DataLayout &DL, in CreateAlignmentAssumption() function in IRBuilderBase
1292 CallInst *IRBuilderBase::CreateAlignmentAssumption(const DataLayout &DL, in CreateAlignmentAssumption() function in IRBuilderBase
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIRBuilder.h2451 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue,
2464 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue,
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1324 IRBuilder<>(&CB).CreateAlignmentAssumption(DL, ArgVal, Align); in AddAlignmentAssumptions()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2415 llvm::Instruction *Assumption = Builder.CreateAlignmentAssumption( in emitAlignmentAssumption()