Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h388 CST_CODE_CE_GEP = 12, // CE_GEP: [n x operands] enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2117 Code = bitc::CST_CODE_CE_GEP; in writeConstants()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2721 Code = bitc::CST_CODE_CE_GEP; in writeConstants()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3259 case bitc::CST_CODE_CE_GEP: // [ty, n x operands] in parseConstants()