Home
last modified time | relevance | path

Searched defs:OtherVal (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2328 Value *OtherVal, InstCombiner &IC) { in ProcessUMulZExtIdiom()
3678 Value *OtherVal = A == Op1 ? B : A; in visitICmpInst() local
3704 Value *OtherVal = A == Op0 ? B : A; in visitICmpInst() local
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1596 static bool TryToShrinkGlobalToBoolean(GlobalVariable *GV, Constant *OtherVal) { in TryToShrinkGlobalToBoolean()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp27555 SDValue OtherVal = N->getOperand(N->getOpcode() == ISD::SUB ? 0 : 1); in OptimizeConditionalInDecrement() local