Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIRBuilder.cpp1383 CallInst *IRBuilderBase::CreateAlignmentAssumption(const DataLayout &DL, in CreateAlignmentAssumption() function in IRBuilderBase
1396 CallInst *IRBuilderBase::CreateAlignmentAssumption(const DataLayout &DL, in CreateAlignmentAssumption() function in IRBuilderBase
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIRBuilder.h2516 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue,
2529 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1457 CallInst *NewAsmp = IRBuilder<>(&CB).CreateAlignmentAssumption( in AddAlignmentAssumptions()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2441 llvm::Instruction *Assumption = Builder.CreateAlignmentAssumption( in emitAlignmentAssumption()
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3083 Builder.CreateAlignmentAssumption(F->getParent()->getDataLayout(), in applySimd()