Searched refs:CastA (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Transforms/Utils/ |
| H A D | ScalarEvolutionExpanderTest.cpp | 107 CastInst *CastA = in TEST_F() local 110 GetElementPtrInst::Create(I8Ty, CastA, Ci32, "gep1", Br); in TEST_F() 114 UndefValue::get(I8PtrTy), CastA, "cmp", Br); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 11693 SDValue CastA, CastB; in matchVSelectOpSizesWithSetCC() local 11697 CastA = DAG.getNode(CastOpcode, DL, VT, A, Cast->getOperand(1)); in matchVSelectOpSizesWithSetCC() 11700 CastA = DAG.getNode(CastOpcode, DL, VT, A); in matchVSelectOpSizesWithSetCC() 11703 return DAG.getNode(ISD::VSELECT, DL, VT, SetCC, CastA, CastB); in matchVSelectOpSizesWithSetCC()
|