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

/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DInstructions.cpp1919 // isConstantAllOnes - Helper function for several functions below
1920 static inline bool isConstantAllOnes(const Value *V) { function
1948 (isConstantAllOnes(Bop->getOperand(1)) ||
1949 isConstantAllOnes(Bop->getOperand(0))));
1974 if (isConstantAllOnes(Op0)) return Op1;
1976 assert(isConstantAllOnes(Op1));

Completed in 39 milliseconds