HomeSort by relevance Sort by last modified time
    Searched refs:CastInst (Results 51 - 67 of 67) sorted by null

1 23

  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 536 if ((!isa<BinaryOperator>(BBI) && !isa<CastInst>(BBI)) ||
    [all...]
BasicAliasAnalysis.cpp 254 Value *CastOp = cast<CastInst>(V)->getOperand(0);
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
AsmWriter.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 484 if (!isa<BinaryOperator>(I) && !isa<CastInst>(I) && !isa<SelectInst>(I) &&
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 497 if (CastInst *CI = dyn_cast<CastInst>(I))
    [all...]
SLPVectorizer.cpp     [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 170 return CastInst::Create(Instruction::CastOps(TI->getOpcode()), NewSI,
    [all...]
InstCombineSimplifyDemanded.cpp 482 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy, I->getName());
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 407 milliseconds

1 23