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

  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 248 /// \brief Replace all uses of 'I' with 'SimpleV' and simplify the uses
251 /// This first performs a normal RAUW of I with SimpleV. It then recursively
253 /// instruction must not be equal to the simplified value 'SimpleV'.
256 bool replaceAndRecursivelySimplify(Instruction *I, Value *SimpleV,
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 596 Value *SimpleV = SimplifyBinOp(I.getOpcode(), LHS, RHS, TD);
597 if (Constant *C = dyn_cast_or_null<Constant>(SimpleV)) {
    [all...]

Completed in 1753 milliseconds