Searched refs:ConstOps (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Demangle/ |
| H A D | ms-conversion-operators.test | 12 ; CHECK: int const __thiscall ConstOps::operator int const(void) 27 ; CHECK: double const __thiscall ConstOps::operator double const(void)
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 1440 SmallVector<Constant *> ConstOps; in materializeValue() local 1443 ConstOps.push_back(C); in materializeValue() 1455 C = ConstantExpr::get(BC->Opcode, ConstOps[0], ConstOps[1], BC->Flags); in materializeValue() 1459 auto *GV = dyn_cast<GlobalValue>(ConstOps[0]); in materializeValue() 1514 C = ConstantVector::get(ConstOps); in materializeValue() 1518 C = ConstantExpr::getCompare(BC->Flags, ConstOps[0], ConstOps[1]); in materializeValue() 1522 BC->SrcElemTy, ConstOps[0], makeArrayRef(ConstOps).drop_front(), in materializeValue() 1526 C = ConstantExpr::getSelect(ConstOps[0], ConstOps[1], ConstOps[2]); in materializeValue() 1529 C = ConstantExpr::getExtractElement(ConstOps[0], ConstOps[1]); in materializeValue() 1532 C = ConstantExpr::getInsertElement(ConstOps[0], ConstOps[1], in materializeValue() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 1003 SmallVector<Constant *> ConstOps; in constantFoldOperationIntoSelectOperand() local 1006 ConstOps.push_back(ConstSO); in constantFoldOperationIntoSelectOperand() 1008 ConstOps.push_back(C); in constantFoldOperationIntoSelectOperand() 1012 return ConstantFoldInstOperands(&I, ConstOps, I.getModule()->getDataLayout()); in constantFoldOperationIntoSelectOperand()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 4181 SmallVector<Constant *, 8> ConstOps; in simplifyWithOpReplaced() local 4184 ConstOps.push_back(ConstOp); in simplifyWithOpReplaced() 4201 return ConstantFoldInstOperands(I, ConstOps, Q.DL, Q.TLI); in simplifyWithOpReplaced()
|