Home
last modified time | relevance | path

Searched refs:CST_CODE_CE_GEP_WITH_INRANGE (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h415 CST_CODE_CE_GEP_WITH_INRANGE = 31, // [opty, flags, range, n x operands] enumerator
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3391 case bitc::CST_CODE_CE_GEP_WITH_INRANGE: { // [ty, flags, start, end, n x in parseConstants()
3398 BitCode == bitc::CST_CODE_CE_GEP_WITH_INRANGE || in parseConstants()
3411 } else if (BitCode == bitc::CST_CODE_CE_GEP_WITH_INRANGE) { in parseConstants()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2817 Code = bitc::CST_CODE_CE_GEP_WITH_INRANGE; in writeConstants()