Searched defs:SelfMultiply (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | SelectionDAG.cpp | 3443 bool SelfMultiply = Op.getOperand(0) == Op.getOperand(1); computeKnownBits() local |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | ValueTracking.cpp | 400 bool SelfMultiply = Op0 == Op1; computeKnownBitsMul() local |