Home
last modified time | relevance | path

Searched refs:ARMEmitCmp (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMFastISel.cpp163 bool ARMEmitCmp(const Value *Src1Value, const Value *Src2Value,
1263 if (!ARMEmitCmp(CI->getOperand(0), CI->getOperand(1), CI->isUnsigned())) in SelectBranch()
1349 bool ARMFastISel::ARMEmitCmp(const Value *Src1Value, const Value *Src2Value, in ARMEmitCmp() function in ARMFastISel
1476 if (!ARMEmitCmp(CI->getOperand(0), CI->getOperand(1), CI->isUnsigned())) in SelectCmp()