Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h398 CST_CODE_CE_INBOUNDS_GEP = 20, // INBOUNDS_GEP: [n x operands] enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2119 Code = bitc::CST_CODE_CE_INBOUNDS_GEP; in writeConstants()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3386 case bitc::CST_CODE_CE_INBOUNDS_GEP: // [ty, n x operands] in parseConstants()
3420 } else if (BitCode == bitc::CST_CODE_CE_INBOUNDS_GEP) in parseConstants()