HomeSort by: relevance | last modified time | path
    Searched refs:CST_CODE_CE_UNOP (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 381 CST_CODE_CE_UNOP = 25, // CE_UNOP: [opcode, opval]
410 /// unop a CST_CODE_CE_UNOP or a XXX refers to. The values of these enums
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 2607 case bitc::CST_CODE_CE_UNOP: { // CE_UNOP: [opcode, opval]
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 2572 Code = bitc::CST_CODE_CE_UNOP;

Completed in 28 milliseconds