Home
last modified time | relevance | path

Searched refs:CST_CODE_CE_GEP (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h416 CST_CODE_CE_GEP = 32, // [opty, flags, n x operands] enumerator
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3390 case bitc::CST_CODE_CE_GEP: // [ty, flags, n x operands] in parseConstants()
3399 BitCode == bitc::CST_CODE_CE_GEP || Record.size() % 2) in parseConstants()
3418 } else if (BitCode == bitc::CST_CODE_CE_GEP) { in parseConstants()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2116 Code = bitc::CST_CODE_CE_GEP; in writeConstants()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2812 Code = bitc::CST_CODE_CE_GEP; in writeConstants()