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

/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DConstantFold.cpp1037 if (ConstantExpr *CE1 = dyn_cast<ConstantExpr>(C1)) {
1039 if (CE1->getOpcode() == Instruction::ZExt) {
1042 CE1->getOperand(0)->getType()->getPrimitiveSizeInBits();
1049 if (CE1->getOpcode() == Instruction::PtrToInt &&
1050 isa<GlobalValue>(CE1->getOperand(0))) {
1051 GlobalValue *GV = cast<GlobalValue>(CE1->getOperand(0));
1078 if (ConstantExpr *CE1 = dyn_cast<ConstantExpr>(C1)) {
1079 switch (CE1->getOpcode()) {
1085 CmpInst::Predicate pred = (CmpInst::Predicate)CE1->getPredicate();
1087 return ConstantExpr::getCompare(pred, CE1
1365 ConstantExpr *CE1 = cast<ConstantExpr>(V1); local
1504 ConstantExpr *CE1 = cast<ConstantExpr>(V1); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp1142 if (ConstantExpr *CE1 = dyn_cast<ConstantExpr>(Ops1)) {
1143 if (CE0->getOpcode() == CE1->getOpcode()) {
1151 Constant *C1 = ConstantExpr::getIntegerCast(CE1->getOperand(0),
1161 CE0->getOperand(0)->getType() == CE1->getOperand(0)->getType()) {
1163 Predicate, CE0->getOperand(0), CE1->getOperand(0), DL, TLI);

Completed in 43 milliseconds