Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h535 CALL_EXPLICIT_TYPE = 15, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3115 1 << bitc::CALL_EXPLICIT_TYPE); in writeInstruction()
3283 1 << bitc::CALL_EXPLICIT_TYPE | in writeInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5661 if ((CCInfo >> bitc::CALL_EXPLICIT_TYPE) & 1) { in parseFunctionBody()
6374 if ((CCInfo >> bitc::CALL_EXPLICIT_TYPE) & 1) { in parseFunctionBody()