Searched refs:ConstantIndices (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/llvm/include/llvm-c/ |
D | Core.h | 2136 LLVMValueRef *ConstantIndices, unsigned NumIndices); 2138 LLVMValueRef *ConstantIndices, unsigned NumIndices); 2140 LLVMValueRef *ConstantIndices, 2143 LLVMValueRef *ConstantIndices,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 2099 LLVMValueRef *ConstantIndices, unsigned NumIndices); 2101 LLVMValueRef *ConstantIndices, unsigned NumIndices); 2103 LLVMValueRef *ConstantIndices, 2106 LLVMValueRef *ConstantIndices,
|
/external/llvm/include/llvm-c/ |
D | Core.h | 1772 LLVMValueRef *ConstantIndices, unsigned NumIndices); 1774 LLVMValueRef *ConstantIndices,
|
/external/llvm/lib/IR/ |
D | Core.cpp | 1256 LLVMValueRef *ConstantIndices, unsigned NumIndices) { in LLVMConstGEP() argument 1257 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP() 1264 LLVMValueRef *ConstantIndices, in LLVMConstInBoundsGEP() argument 1267 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP()
|
/external/llvm-project/llvm/lib/IR/ |
D | Core.cpp | 1674 LLVMValueRef *ConstantIndices, unsigned NumIndices) { in LLVMConstGEP() argument 1675 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP() 1684 LLVMValueRef *ConstantIndices, in LLVMConstInBoundsGEP() argument 1686 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 1641 LLVMValueRef *ConstantIndices, unsigned NumIndices) { in LLVMConstGEP() argument 1642 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP() 1651 LLVMValueRef *ConstantIndices, in LLVMConstInBoundsGEP() argument 1653 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP()
|