reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AArch64/AArch64FastISel.cpp
 2655   if (!SI->getType()->isIntegerTy(1))
 2661   if (auto *CI = dyn_cast<ConstantInt>(SI->getTrueValue())) {
 2663       Src1Val = SI->getCondition();
 2664       Src2Val = SI->getFalseValue();
 2668       Src1Val = SI->getFalseValue();
 2669       Src2Val = SI->getCondition();
 2672   } else if (auto *CI = dyn_cast<ConstantInt>(SI->getFalseValue())) {
 2674       Src1Val = SI->getCondition();
 2675       Src2Val = SI->getTrueValue();
 2680       Src1Val = SI->getCondition();
 2681       Src2Val = SI->getTrueValue();
 2705   updateValueMap(SI, ResultReg);