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

/external/llvm/lib/VMCore/
H A DConstantFold.cpp971 if (ConstantExpr *CE1 = dyn_cast<ConstantExpr>(C1)) {
973 if (CE1->getOpcode() == Instruction::ZExt) {
976 CE1->getOperand(0)->getType()->getPrimitiveSizeInBits();
983 if (CE1->getOpcode() == Instruction::PtrToInt &&
984 isa<GlobalValue>(CE1->getOperand(0))) {
985 GlobalValue *GV = cast<GlobalValue>(CE1->getOperand(0));
1012 if (ConstantExpr *CE1 = dyn_cast<ConstantExpr>(C1)) {
1013 switch (CE1->getOpcode()) {
1019 CmpInst::Predicate pred = (CmpInst::Predicate)CE1->getPredicate();
1021 return ConstantExpr::getCompare(pred, CE1
1311 ConstantExpr *CE1 = cast<ConstantExpr>(V1); local
1429 ConstantExpr *CE1 = cast<ConstantExpr>(V1); local
[all...]

Completed in 49 milliseconds