Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h554 CALL_EXPLICIT_TYPE = 15, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3204 1 << bitc::CALL_EXPLICIT_TYPE); in writeInstruction()
3372 1 << bitc::CALL_EXPLICIT_TYPE | in writeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5838 if ((CCInfo >> bitc::CALL_EXPLICIT_TYPE) & 1) { in parseFunctionBody()
6639 if ((CCInfo >> bitc::CALL_EXPLICIT_TYPE) & 1) { in parseFunctionBody()