Home
last modified time | relevance | path

Searched defs:ConstantIndices (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/llvm/lib/IR/
H A DCore.cpp1256 LLVMValueRef *ConstantIndices, unsigned NumIndices) { in LLVMConstGEP()
1264 LLVMValueRef *ConstantIndices, in LLVMConstInBoundsGEP()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DCore.cpp1641 LLVMValueRef *ConstantIndices, unsigned NumIndices) { in LLVMConstGEP()
1651 LLVMValueRef *ConstantIndices, in LLVMConstInBoundsGEP()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DCore.cpp1663 LLVMValueRef *ConstantIndices, unsigned NumIndices) { in LLVMConstGEP2()
1671 LLVMValueRef *ConstantIndices, in LLVMConstInBoundsGEP2()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2060 SmallVector<Value *> ConstantIndices; in visitGEPOfGEP() local