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

/freebsd-10.1-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1604 static bool TryToShrinkGlobalToBoolean(GlobalVariable *GV, Constant *OtherVal) { argument
/freebsd-10.1-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2888 Value *OtherVal = A == Op1 ? B : A; local
2914 Value *OtherVal = A == Op0 ? B : A; local
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19069 SDValue OtherVal = N->getOperand(N->getOpcode() == ISD::SUB ? 0 : 1); local

Completed in 271 milliseconds