Home
last modified time | relevance | path

Searched refs:CLHS (Results 1 – 25 of 183) sorted by relevance

12345678

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Analysis/
H A DInstructionSimplify.cpp28 if (Constant *CLHS = dyn_cast<Constant>(Op0)) { in SimplifyAddInst() local
30 Constant *Ops[] = { CLHS, CRHS }; in SimplifyAddInst()
56 if (Constant *CLHS = dyn_cast<Constant>(Op0)) { in SimplifyAndInst() local
58 Constant *Ops[] = { CLHS, CRHS }; in SimplifyAndInst()
115 if (Constant *CLHS = dyn_cast<Constant>(Op0)) { in SimplifyOrInst() local
117 Constant *Ops[] = { CLHS, CRHS }; in SimplifyOrInst()
184 if (Constant *CLHS = dyn_cast<Constant>(LHS)) { in SimplifyICmpInst() local
186 return ConstantFoldCompareInstOperands(Pred, CLHS, CRHS, TD); in SimplifyICmpInst()
247 if (Constant *CLHS = dyn_cast<Constant>(LHS)) { in SimplifyFCmpInst() local
384 if (Constant *CLHS = dyn_cast<Constant>(LHS)) in SimplifyBinOp() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp193 if (Constant *CLHS = dyn_cast<Constant>(LHS)) { in visitCmpInst() local
195 if (CLHS->getType() == CRHS->getType()) { in visitCmpInst()
196 if (Constant *C = ConstantExpr::getCompare(I.getPredicate(), CLHS, CRHS)) { in visitCmpInst()
H A DInlineCost.cpp1440 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); in visitCmpInst() local
1442 if (Constant *C = ConstantExpr::getICmp(I.getPredicate(), CLHS, CRHS)) { in visitCmpInst()
1474 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); in visitSub() local
1476 if (Constant *C = ConstantExpr::getSub(CLHS, CRHS)) { in visitSub()
1491 Constant *CLHS = dyn_cast<Constant>(LHS); in visitBinaryOperator() local
1492 if (!CLHS) in visitBinaryOperator()
1493 CLHS = SimplifiedValues.lookup(LHS); in visitBinaryOperator()
1500 SimpleV = SimplifyBinOp(I.getOpcode(), CLHS ? CLHS : LHS, CRHS ? CRHS : RHS, in visitBinaryOperator()
1504 SimplifyBinOp(I.getOpcode(), CLHS ? CLHS : LHS, CRHS ? CRHS : RHS, DL); in visitBinaryOperator()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp193 if (Constant *CLHS = dyn_cast<Constant>(LHS)) { in visitCmpInst() local
195 if (CLHS->getType() == CRHS->getType()) { in visitCmpInst()
196 if (Constant *C = ConstantExpr::getCompare(I.getPredicate(), CLHS, CRHS)) { in visitCmpInst()
H A DInlineCost.cpp1440 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); in visitCmpInst() local
1442 if (Constant *C = ConstantExpr::getICmp(I.getPredicate(), CLHS, CRHS)) { in visitCmpInst()
1474 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); in visitSub() local
1476 if (Constant *C = ConstantExpr::getSub(CLHS, CRHS)) { in visitSub()
1491 Constant *CLHS = dyn_cast<Constant>(LHS); in visitBinaryOperator() local
1492 if (!CLHS) in visitBinaryOperator()
1493 CLHS = SimplifiedValues.lookup(LHS); in visitBinaryOperator()
1500 SimpleV = SimplifyBinOp(I.getOpcode(), CLHS ? CLHS : LHS, CRHS ? CRHS : RHS, in visitBinaryOperator()
1504 SimplifyBinOp(I.getOpcode(), CLHS ? CLHS : LHS, CRHS ? CRHS : RHS, DL); in visitBinaryOperator()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp192 if (Constant *CLHS = dyn_cast<Constant>(LHS)) { in visitCmpInst() local
194 if (CLHS->getType() == CRHS->getType()) { in visitCmpInst()
195 if (Constant *C = ConstantExpr::getCompare(I.getPredicate(), CLHS, CRHS)) { in visitCmpInst()
H A DInlineCost.cpp1278 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); in visitCmpInst() local
1280 if (Constant *C = ConstantExpr::getICmp(I.getPredicate(), CLHS, CRHS)) { in visitCmpInst()
1312 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); in visitSub() local
1314 if (Constant *C = ConstantExpr::getSub(CLHS, CRHS)) { in visitSub()
1329 Constant *CLHS = dyn_cast<Constant>(LHS); in visitBinaryOperator() local
1330 if (!CLHS) in visitBinaryOperator()
1331 CLHS = SimplifiedValues.lookup(LHS); in visitBinaryOperator()
1338 SimpleV = SimplifyBinOp(I.getOpcode(), CLHS ? CLHS : LHS, CRHS ? CRHS : RHS, in visitBinaryOperator()
1342 SimplifyBinOp(I.getOpcode(), CLHS ? CLHS : LHS, CRHS ? CRHS : RHS, DL); in visitBinaryOperator()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp193 if (Constant *CLHS = dyn_cast<Constant>(LHS)) { in visitCmpInst() local
195 if (CLHS->getType() == CRHS->getType()) { in visitCmpInst()
196 if (Constant *C = ConstantExpr::getCompare(I.getPredicate(), CLHS, CRHS)) { in visitCmpInst()
H A DInlineCost.cpp1618 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); in visitCmpInst() local
1620 if (Constant *C = ConstantExpr::getICmp(I.getPredicate(), CLHS, CRHS)) { in visitCmpInst()
1652 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); in visitSub() local
1654 if (Constant *C = ConstantExpr::getSub(CLHS, CRHS)) { in visitSub()
1669 Constant *CLHS = dyn_cast<Constant>(LHS); in visitBinaryOperator() local
1670 if (!CLHS) in visitBinaryOperator()
1671 CLHS = SimplifiedValues.lookup(LHS); in visitBinaryOperator()
1678 SimpleV = SimplifyBinOp(I.getOpcode(), CLHS ? CLHS : LHS, CRHS ? CRHS : RHS, in visitBinaryOperator()
1682 SimplifyBinOp(I.getOpcode(), CLHS ? CLHS : LHS, CRHS ? CRHS : RHS, DL); in visitBinaryOperator()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp193 if (Constant *CLHS = dyn_cast<Constant>(LHS)) { in visitCmpInst() local
195 if (CLHS->getType() == CRHS->getType()) { in visitCmpInst()
196 if (Constant *C = ConstantExpr::getCompare(I.getPredicate(), CLHS, CRHS)) { in visitCmpInst()
H A DInlineCost.cpp1440 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); in visitCmpInst() local
1442 if (Constant *C = ConstantExpr::getICmp(I.getPredicate(), CLHS, CRHS)) { in visitCmpInst()
1474 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); in visitSub() local
1476 if (Constant *C = ConstantExpr::getSub(CLHS, CRHS)) { in visitSub()
1491 Constant *CLHS = dyn_cast<Constant>(LHS); in visitBinaryOperator() local
1492 if (!CLHS) in visitBinaryOperator()
1493 CLHS = SimplifiedValues.lookup(LHS); in visitBinaryOperator()
1500 SimpleV = SimplifyBinOp(I.getOpcode(), CLHS ? CLHS : LHS, CRHS ? CRHS : RHS, in visitBinaryOperator()
1504 SimplifyBinOp(I.getOpcode(), CLHS ? CLHS : LHS, CRHS ? CRHS : RHS, DL); in visitBinaryOperator()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp192 if (Constant *CLHS = dyn_cast<Constant>(LHS)) { in visitCmpInst() local
194 if (CLHS->getType() == CRHS->getType()) { in visitCmpInst()
195 if (Constant *C = ConstantExpr::getCompare(I.getPredicate(), CLHS, CRHS)) { in visitCmpInst()
H A DInlineCost.cpp1278 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); in visitCmpInst() local
1280 if (Constant *C = ConstantExpr::getICmp(I.getPredicate(), CLHS, CRHS)) { in visitCmpInst()
1312 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); in visitSub() local
1314 if (Constant *C = ConstantExpr::getSub(CLHS, CRHS)) { in visitSub()
1329 Constant *CLHS = dyn_cast<Constant>(LHS); in visitBinaryOperator() local
1330 if (!CLHS) in visitBinaryOperator()
1331 CLHS = SimplifiedValues.lookup(LHS); in visitBinaryOperator()
1338 SimpleV = SimplifyBinOp(I.getOpcode(), CLHS ? CLHS : LHS, CRHS ? CRHS : RHS, in visitBinaryOperator()
1342 SimplifyBinOp(I.getOpcode(), CLHS ? CLHS : LHS, CRHS ? CRHS : RHS, DL); in visitBinaryOperator()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp192 if (Constant *CLHS = dyn_cast<Constant>(LHS)) { in visitCmpInst() local
194 if (CLHS->getType() == CRHS->getType()) { in visitCmpInst()
195 if (Constant *C = ConstantExpr::getCompare(I.getPredicate(), CLHS, CRHS)) { in visitCmpInst()
H A DInlineCost.cpp1278 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); in visitCmpInst() local
1280 if (Constant *C = ConstantExpr::getICmp(I.getPredicate(), CLHS, CRHS)) { in visitCmpInst()
1312 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); in visitSub() local
1314 if (Constant *C = ConstantExpr::getSub(CLHS, CRHS)) { in visitSub()
1329 Constant *CLHS = dyn_cast<Constant>(LHS); in visitBinaryOperator() local
1330 if (!CLHS) in visitBinaryOperator()
1331 CLHS = SimplifiedValues.lookup(LHS); in visitBinaryOperator()
1338 SimpleV = SimplifyBinOp(I.getOpcode(), CLHS ? CLHS : LHS, CRHS ? CRHS : RHS, in visitBinaryOperator()
1342 SimplifyBinOp(I.getOpcode(), CLHS ? CLHS : LHS, CRHS ? CRHS : RHS, DL); in visitBinaryOperator()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp193 if (Constant *CLHS = dyn_cast<Constant>(LHS)) { in visitCmpInst() local
195 if (CLHS->getType() == CRHS->getType()) { in visitCmpInst()
196 if (Constant *C = ConstantExpr::getCompare(I.getPredicate(), CLHS, CRHS)) { in visitCmpInst()
H A DInlineCost.cpp1618 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); in visitCmpInst() local
1620 if (Constant *C = ConstantExpr::getICmp(I.getPredicate(), CLHS, CRHS)) { in visitCmpInst()
1652 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); in visitSub() local
1654 if (Constant *C = ConstantExpr::getSub(CLHS, CRHS)) { in visitSub()
1669 Constant *CLHS = dyn_cast<Constant>(LHS); in visitBinaryOperator() local
1670 if (!CLHS) in visitBinaryOperator()
1671 CLHS = SimplifiedValues.lookup(LHS); in visitBinaryOperator()
1678 SimpleV = SimplifyBinOp(I.getOpcode(), CLHS ? CLHS : LHS, CRHS ? CRHS : RHS, in visitBinaryOperator()
1682 SimplifyBinOp(I.getOpcode(), CLHS ? CLHS : LHS, CRHS ? CRHS : RHS, DL); in visitBinaryOperator()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp192 if (Constant *CLHS = dyn_cast<Constant>(LHS)) { in visitCmpInst() local
194 if (CLHS->getType() == CRHS->getType()) { in visitCmpInst()
195 if (Constant *C = ConstantExpr::getCompare(I.getPredicate(), CLHS, CRHS)) { in visitCmpInst()
H A DInlineCost.cpp1001 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); in visitCmpInst() local
1003 if (Constant *C = ConstantExpr::getICmp(I.getPredicate(), CLHS, CRHS)) { in visitCmpInst()
1047 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); in visitSub() local
1049 if (Constant *C = ConstantExpr::getSub(CLHS, CRHS)) { in visitSub()
1064 Constant *CLHS = dyn_cast<Constant>(LHS); in visitBinaryOperator() local
1065 if (!CLHS) in visitBinaryOperator()
1066 CLHS = SimplifiedValues.lookup(LHS); in visitBinaryOperator()
1073 SimpleV = SimplifyFPBinOp(I.getOpcode(), CLHS ? CLHS : LHS, in visitBinaryOperator()
1077 SimplifyBinOp(I.getOpcode(), CLHS ? CLHS : LHS, CRHS ? CRHS : RHS, DL); in visitBinaryOperator()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp193 if (Constant *CLHS = dyn_cast<Constant>(LHS)) { in visitCmpInst() local
195 if (CLHS->getType() == CRHS->getType()) { in visitCmpInst()
196 if (Constant *C = ConstantExpr::getCompare(I.getPredicate(), CLHS, CRHS)) { in visitCmpInst()
H A DInlineCost.cpp1000 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); in visitCmpInst() local
1002 if (Constant *C = ConstantExpr::getICmp(I.getPredicate(), CLHS, CRHS)) { in visitCmpInst()
1046 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); in visitSub() local
1048 if (Constant *C = ConstantExpr::getSub(CLHS, CRHS)) { in visitSub()
1063 Constant *CLHS = dyn_cast<Constant>(LHS); in visitBinaryOperator() local
1064 if (!CLHS) in visitBinaryOperator()
1065 CLHS = SimplifiedValues.lookup(LHS); in visitBinaryOperator()
1072 SimpleV = SimplifyFPBinOp(I.getOpcode(), CLHS ? CLHS : LHS, in visitBinaryOperator()
1076 SimplifyBinOp(I.getOpcode(), CLHS ? CLHS : LHS, CRHS ? CRHS : RHS, DL); in visitBinaryOperator()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp193 if (Constant *CLHS = dyn_cast<Constant>(LHS)) { in visitCmpInst() local
195 if (CLHS->getType() == CRHS->getType()) { in visitCmpInst()
196 if (Constant *C = ConstantExpr::getCompare(I.getPredicate(), CLHS, CRHS)) { in visitCmpInst()
H A DInlineCost.cpp996 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset);
998 if (Constant *C = ConstantExpr::getICmp(I.getPredicate(), CLHS, CRHS)) {
1042 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset);
1044 if (Constant *C = ConstantExpr::getSub(CLHS, CRHS)) {
1059 Constant *CLHS = dyn_cast<Constant>(LHS);
1060 if (!CLHS)
1061 CLHS = SimplifiedValues.lookup(LHS);
1068 SimpleV = SimplifyFPBinOp(I.getOpcode(), CLHS ? CLHS : LHS,
1072 SimplifyBinOp(I.getOpcode(), CLHS ? CLHS : LHS, CRHS ? CRHS : RHS, DL);
/dports/lang/abcl/abcl-src-1.8.0/doc/design/pathnames/
H A Dmerging-defaults.markdown26 ## CLHS Citations
28 Some especially relevant portions of the CLHS for consideration.
113 CLHS that DIRECTORY "returns a list of pathnames corresponding to the
/dports/lang/abcl/abcl-src-1.8.0/doc/manual/
H A Dabcl.bib59 @Misc{CLHS, misc
60 key = {CLHS},

12345678