HomeSort by: relevance | last modified time | path
    Searched refs:Src1Val (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIFoldOperands.cpp 1101 int32_t Src1Val = static_cast<int32_t>(Src1->getImm());
1105 if (Src1Val == 0) {
1109 } else if (Src1Val == -1) {
1122 if (Src1Val == 0) {
1126 } else if (Src1Val == -1) {
1140 if (Src1Val == 0) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 2602 const Value *Src1Val, *Src2Val;
2607 Src1Val = SI->getCondition();
2612 Src1Val = SI->getFalseValue();
2618 Src1Val = SI->getCondition();
2624 Src1Val = SI->getCondition();
2633 unsigned Src1Reg = getRegForValue(Src1Val);

Completed in 18 milliseconds