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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp1050 int32_t Src1Val = static_cast<int32_t>(Src1->getImm()); local
1054 if (Src1Val == 0) {
1058 } else if (Src1Val == -1) {
1071 if (Src1Val == 0) {
1075 } else if (Src1Val == -1) {
1089 if (Src1Val == 0) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2658 const Value *Src1Val, *Src2Val; local
2663 Src1Val = SI->getCondition();
2668 Src1Val = SI->getFalseValue();
2674 Src1Val = SI->getCondition();
2680 Src1Val = SI->getCondition();
2689 unsigned Src1Reg = getRegForValue(Src1Val);
2692 bool Src1IsKill = hasTrivialKill(Src1Val);

Completed in 71 milliseconds