HomeSort by relevance Sort by last modified time
    Searched refs:Op1 (Results 51 - 60 of 60) sorted by null

1 23

  /external/llvm/lib/Target/X86/
X86ISelLowering.h     [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp 61 const char *SelectInst::areInvalidOperands(Value *Op0, Value *Op1, Value *Op2) {
62 if (Op1->getType() != Op2->getType())
69 VectorType *ET = dyn_cast<VectorType>(Op1->getType());
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
LegalizeVectorTypes.cpp 137 SDValue Op1 = GetScalarizedVector(N->getOperand(1));
140 Op0.getValueType(), Op0, Op1, Op2);
    [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 569 Value *Op1 = Builder->CreateBitCast(II->getArgOperand(1),
586 Builder->CreateExtractElement(Idx < 16 ? Op0 : Op1,
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 156 milliseconds

1 23