Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp1234 CallInst *IRBuilderBase::CreateAlignmentAssumption(const DataLayout &DL, in CreateAlignmentAssumption() function in IRBuilderBase
1247 CallInst *IRBuilderBase::CreateAlignmentAssumption(const DataLayout &DL, in CreateAlignmentAssumption() function in IRBuilderBase
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h2609 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue,
2622 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1298 IRBuilder<>(&CB).CreateAlignmentAssumption(DL, ArgVal, Align); in AddAlignmentAssumptions()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2348 llvm::Instruction *Assumption = Builder.CreateAlignmentAssumption( in emitAlignmentAssumption()