HomeSort by relevance Sort by last modified time
    Searched full:clhs (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 95 Value *CLHS = Cmp->getOperand(0), *CRHS = Cmp->getOperand(1);
96 if (CPred == Pred && CLHS == LHS && CRHS == RHS)
98 return CPred == CmpInst::getSwappedPredicate(Pred) && CLHS == RHS &&
532 if (Constant *CLHS = dyn_cast<Constant>(Op0)) {
534 Constant *Ops[] = { CLHS, CRHS };
535 return ConstantFoldInstOperands(Instruction::Add, CLHS->getType(), Ops,
664 if (Constant *CLHS = dyn_cast<Constant>(Op0))
666 Constant *Ops[] = { CLHS, CRHS };
667 return ConstantFoldInstOperands(Instruction::Sub, CLHS->getType(),
791 if (Constant *CLHS = dyn_cast<Constant>(Op0))
    [all...]
ValueTracking.cpp 197 if (ConstantInt *CLHS = dyn_cast<ConstantInt>(Op0)) {
201 if (!CLHS->getValue().isNegative()) {
203 unsigned NLZ = (CLHS->getValue()+1).countLeadingZeros();
212 unsigned NLZ2 = CLHS->getValue().countLeadingZeros();
    [all...]
ScalarEvolutionExpander.cpp 157 if (Constant *CLHS = dyn_cast<Constant>(LHS))
159 return ConstantExpr::get(Opcode, CLHS, CRHS);
490 if (Constant *CLHS = dyn_cast<Constant>(V))
493 CLHS, CRHS);
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 508 if (Constant *CLHS = dyn_cast<Constant>(LHS)) {
510 if (Constant *C = ConstantExpr::getCompare(I.getPredicate(), CLHS, CRHS)) {
529 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset);
531 if (Constant *C = ConstantExpr::getICmp(I.getPredicate(), CLHS, CRHS)) {
579 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset);
581 if (Constant *C = ConstantExpr::getSub(CLHS, CRHS)) {
    [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/
httpcore-4.3.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 

Completed in 193 milliseconds