Searched refs:Opc (Results 151 - 154 of 154) sorted by relevance

1234567

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp3659 BinaryOperatorKind Opc) {
3754 (Opc == BO_NE || Opc == BO_EQ)))
3656 CheckObjCARCConversion(SourceRange castRange, QualType castType, Expr *&castExpr, CheckedConversionKind CCK, bool DiagnoseCFAudited, BinaryOperatorKind Opc) argument
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h896 SDNode *MorphNodeTo(SDNode *N, unsigned Opc, SDVTList VTs,
/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp187 static Value *SimplifyAssociativeBinOp(unsigned Opc, Value *LHS, Value *RHS, argument
189 Instruction::BinaryOps Opcode = (Instruction::BinaryOps)Opc;
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1362 unsigned Opc = CN->getValueType(0) == MVT::i32 ? PPC::LIS : PPC::LIS8; local
1363 Base = SDValue(DAG.getMachineNode(Opc, dl, CN->getValueType(0), Base), 0);
5897 /// altivec comparison. If it is, return true and fill in Opc/isDot with

Completed in 176 milliseconds

1234567