Home
last modified time | relevance | path

Searched refs:Simp (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/bugpoint/
H A DBugDriver.h189 unsigned Simp);
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2168 if (Value *Simp = simplifyInstruction(In, {*DL, TLI, DT})) in processCopyingStore() local
2169 NumBytes = Simp; in processCopyingStore()
2278 if (Value *Simp = simplifyInstruction(In, {*DL, TLI, DT})) in processCopyingStore() local
2279 NumWords = Simp; in processCopyingStore()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16799 SDValue Simp = SimplifySetCC(getSetCCResultType(CondLHS.getValueType()), in visitBR_CC() local
16802 if (Simp.getNode()) AddToWorklist(Simp.getNode()); in visitBR_CC()
16805 if (Simp.getNode() && Simp.getOpcode() == ISD::SETCC) in visitBR_CC()
16807 N->getOperand(0), Simp.getOperand(2), in visitBR_CC()
16808 Simp.getOperand(0), Simp.getOperand(1), in visitBR_CC()