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

  /external/llvm/lib/IR/
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     [all...]
  /external/llvm/include/llvm/IR/
Instruction.h 89 bool isCast() const { return isCast(getOpcode()); }
118 static inline bool isCast(unsigned OpCode) {
InstrTypes.h 405 /// CastOps category (Instruction::isCast(opcode) returns true). This
614 return I->isCast();
    [all...]
Constants.h     [all...]
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 250 if (CE->isCast())
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 399 if (CE->isCast())
663 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 637 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...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 323 if (CE->isCast())
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 830 } else if (CE->isCast()) {
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 490 milliseconds