Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h369 CST_CODE_CE_GEP = 12, // CE_GEP: [n x operands] enumerator
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2124 Code = bitc::CST_CODE_CE_GEP; in writeConstants()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2624 Code = bitc::CST_CODE_CE_GEP; in writeConstants()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3102 case bitc::CST_CODE_CE_GEP: // [ty, n x operands] in parseConstants()