Home
last modified time | relevance | path

Searched refs:ConstantIndices (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h2453 LLVMValueRef *ConstantIndices, unsigned NumIndices);
2455 LLVMValueRef *ConstantIndices,
2465 LLVMValueRef *ConstantIndices,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1825 LLVMValueRef *ConstantIndices, unsigned NumIndices) { in LLVMConstGEP2() argument
1826 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP2()
1833 LLVMValueRef *ConstantIndices, in LLVMConstInBoundsGEP2() argument
1835 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP2()
1843 LLVMValueRef *ConstantIndices, in LLVMConstGEPWithNoWrapFlags() argument
1846 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEPWithNoWrapFlags()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2415 SmallVector<Value *> ConstantIndices; in visitGEPOfGEP() local
2417 ConstantIndices.push_back( in visitGEPOfGEP()
2419 append_range(ConstantIndices, drop_begin(Src->indices(), NumVarIndices)); in visitGEPOfGEP()
2420 Offset += DL.getIndexedOffsetInType(BaseType, ConstantIndices); in visitGEPOfGEP()