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

  /external/llvm/lib/VMCore/
IntrinsicInst.cpp 36 if (CE->isCast())
ConstantFold.cpp 80 assert(Op && Op->isCast() && "Can't fold cast of cast without a cast!");
82 assert(CastInst::isCast(opc) && "Invalid cast opcode");
527 if (CE->isCast()) {
    [all...]
ConstantsContext.h 437 if (Instruction::isCast(V.opcode))
Constants.cpp     [all...]
AsmWriter.cpp 971 if (CE->isCast()) {
    [all...]
  /external/llvm/include/llvm/
Instruction.h 88 bool isCast() const { return isCast(getOpcode()); }
117 static inline bool isCast(unsigned OpCode) {
InstrTypes.h 408 /// CastOps category (Instruction::isCast(opcode) returns true). This
616 return I->isCast();
    [all...]
Constants.h     [all...]
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 250 if (CE->isCast())
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 410 if (CE->isCast())
674 if (CE->isCast())
InstCombineSelect.cpp 129 if (TI->isCast()) {
    [all...]
  /external/javassist/src/main/javassist/compiler/
CodeGen.java 899 boolean isCast)
907 else if (isCast && srcDim == 0 && srcType == CLASS
    [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 603 if (Instruction::isCast(CE->getOpcode())) {
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 323 if (CE->isCast())
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 818 } else if (CE->isCast()) {
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 414 if (I->isCast())
    [all...]

Completed in 772 milliseconds