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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
InstructionSimplify.h 255 Value *SimplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp 68 static Value *SimplifyCastInst(unsigned, Value *, Type *,
831 if (Value *W = SimplifyCastInst(Instruction::Trunc, V, Op0->getType(),
4549 static Value *SimplifyCastInst(unsigned CastOpc, Value *Op,
4583 Value *llvm::SimplifyCastInst(unsigned CastOpc, Value *Op, Type *Ty,
4585 return ::SimplifyCastInst(CastOpc, Op, Ty, Q, RecursionLimit);
5966 SimplifyCastInst(I->getOpcode(), I->getOperand(0), I->getType(), Q);
LazyValueInfo.cpp 1244 SimplifyCastInst(CI->getOpcode(), OpConst,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
NewGVN.cpp 1194 SimplifyCastInst(CI->getOpcode(), E->getOperand(0), CI->getType(), SQ);

Completed in 27 milliseconds