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.h2556 LLVMValueRef *ConstantIndices,
2560 LLVMValueRef *ConstantIndices,
2569 LLVMTypeRef Ty, LLVMValueRef ConstantVal, LLVMValueRef *ConstantIndices,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1824 LLVMValueRef *ConstantIndices, unsigned NumIndices) { in LLVMConstGEP2() argument
1825 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP2()
1832 LLVMValueRef *ConstantIndices, in LLVMConstInBoundsGEP2() argument
1834 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP2()
1842 LLVMValueRef *ConstantIndices, in LLVMConstGEPWithNoWrapFlags() argument
1845 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEPWithNoWrapFlags()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2660 SmallVector<Value *> ConstantIndices; in visitGEPOfGEP() local
2662 ConstantIndices.push_back( in visitGEPOfGEP()
2664 append_range(ConstantIndices, drop_begin(Src->indices(), NumVarIndices)); in visitGEPOfGEP()
2665 Offset += DL.getIndexedOffsetInType(BaseType, ConstantIndices); in visitGEPOfGEP()