Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_INBOUNDS_GEP (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h296 FUNC_CODE_INST_INBOUNDS_GEP= 30, // INBOUNDS_GEP: [n x operands] enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h352 FUNC_CODE_INST_INBOUNDS_GEP= 30, // Not used in PNaCl. enumerator
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp223 case bitc::FUNC_CODE_INST_INBOUNDS_GEP: return "INST_INBOUNDS_GEP"; in GetCodeName()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2207 case bitc::FUNC_CODE_INST_INBOUNDS_GEP: in ParseFunctionBody()
2224 if (BitCode == bitc::FUNC_CODE_INST_INBOUNDS_GEP) in ParseFunctionBody()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp1028 Code = bitc::FUNC_CODE_INST_INBOUNDS_GEP; in WriteInstruction()