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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp1717 Constant *CE1Op0 = CE1->getOperand(0); local
1733 if (CE1Op0->getType()->isFPOrFPVectorTy())
1741 return evaluateICmpRelation(CE1Op0,
1742 Constant::getNullValue(CE1Op0->getType()),
1754 if (const GlobalValue *GV = dyn_cast<GlobalValue>(CE1Op0)) {
1763 } else if (isa<ConstantPointerNull>(CE1Op0)) {
1775 if (isa<ConstantPointerNull>(CE1Op0)) {
1784 } else if (const GlobalValue *GV = dyn_cast<GlobalValue>(CE1Op0)) {
1811 if (isa<GlobalValue>(CE1Op0) && isa<GlobalValue>(CE2Op0)) {
1813 if (CE1Op0 !
2199 Constant *CE1Op0 = CE1->getOperand(0); local
[all...]

Completed in 97 milliseconds