Home
last modified time | relevance | path

Searched defs:NegVal (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineSelect.cpp810 Value *NegVal; // Compute -Z in visitSelectInst() local
DInstCombineCompares.cpp1394 if (Value *NegVal = dyn_castNegVal(BOp1)) in visitICmpInstWithInstAndIntCst() local
1396 if (Value *NegVal = dyn_castNegVal(BOp0)) in visitICmpInstWithInstAndIntCst() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DReassociate.cpp502 Value *NegVal = NegateValue(Sub->getOperand(1), Sub); in BreakUpSubtract() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp878 Value *NegVal; // Compute -Z in foldAddSubSelect() local
DInstCombineCompares.cpp2231 if (Value *NegVal = dyn_castNegVal(BOp1)) in visitICmpInstWithInstAndIntCst() local
2233 if (Value *NegVal = dyn_castNegVal(BOp0)) in visitICmpInstWithInstAndIntCst() local
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp913 Value *NegVal = NegateValue(Sub->getOperand(1), Sub, ToRedo); in BreakUpSubtract() local