Searched refs:ConstantIndices (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 864 LLVMValueRef *ConstantIndices, unsigned NumIndices) { in LLVMConstGEP() argument 865 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP() 872 LLVMValueRef *ConstantIndices, in LLVMConstInBoundsGEP() argument 875 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP()
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 645 LLVMValueRef *ConstantIndices, unsigned NumIndices); 647 LLVMValueRef *ConstantIndices,
|
/external/llvm/include/llvm-c/ |
D | Core.h | 1772 LLVMValueRef *ConstantIndices, unsigned NumIndices); 1774 LLVMValueRef *ConstantIndices,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | Core.h | 1961 LLVMValueRef *ConstantIndices, unsigned NumIndices); 1963 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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Core.cpp | 1453 LLVMValueRef *ConstantIndices, unsigned NumIndices) { in LLVMConstGEP() argument 1454 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP() 1461 LLVMValueRef *ConstantIndices, in LLVMConstInBoundsGEP() argument 1464 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP()
|