Home
last modified time | relevance | path

Searched defs:SimpleV (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp382 Value *SimpleV = nullptr; in visitBinaryOperator() local
/external/llvm/lib/Analysis/
DInlineCost.cpp644 Value *SimpleV = nullptr; in visitBinaryOperator() local
DInstructionSimplify.cpp4113 static bool replaceAndRecursivelySimplifyImpl(Instruction *I, Value *SimpleV, in replaceAndRecursivelySimplifyImpl()
4174 bool llvm::replaceAndRecursivelySimplify(Instruction *I, Value *SimpleV, in replaceAndRecursivelySimplify()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp451 if (Value *SimpleV = SimplifyInstruction(I, DL)) { in simplifyAndDCEInstruction() local