Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h367 CST_CODE_CE_SELECT = 13, // CE_SELECT: [opval, opval, opval] enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2596 Code = bitc::CST_CODE_CE_SELECT; in writeConstants()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2713 case bitc::CST_CODE_CE_SELECT: { // CE_SELECT: [opval#, opval#, opval#] in parseConstants()