Searched refs:dyn_castNotVal (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp51 static inline Value *dyn_castNotVal(Value *V) { function
1220 if (Value *Op0NotVal = dyn_castNotVal(Op0))
1221 if (Value *Op1NotVal = dyn_castNotVal(Op1))
2114 if (Value *Op0NotVal = dyn_castNotVal(Op0))
2115 if (Value *Op1NotVal = dyn_castNotVal(Op1))
2265 if (Value *NotOp = dyn_castNotVal(&I)) {
2271 if (dyn_castNotVal(Op0I->getOperand(1)))
2273 if (Value *Op0NotVal = dyn_castNotVal(Op0I->getOperand(0))) {
2297 if (Value *Op0NotVal = dyn_castNotVal(Op0I->getOperand(0)))

Completed in 46 milliseconds