Searched refs:Src1Val (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2505 const Value *Src1Val, *Src2Val; local
2510 Src1Val = SI->getCondition();
2515 Src1Val = SI->getFalseValue();
2521 Src1Val = SI->getCondition();
2527 Src1Val = SI->getCondition();
2536 unsigned Src1Reg = getRegForValue(Src1Val);
2539 bool Src1IsKill = hasTrivialKill(Src1Val);

Completed in 296 milliseconds