HomeSort by relevance Sort by last modified time
    Searched refs:CAST_ZEXT (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 188 CAST_ZEXT = 1,
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 70 case Instruction::ZExt : return bitc::CAST_ZEXT;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 131 case bitc::CAST_ZEXT : return Instruction::ZExt;
    [all...]

Completed in 37 milliseconds